home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / plymouth / README.Debian < prev    next >
Encoding:
Text File  |  2011-09-08  |  1.0 KB  |  32 lines

  1. plymouth for Debian
  2. -------------------
  3.  
  4. Plymouth supports both KMS (kernel mode setting) and standard console output.
  5. For standard console support the plymouth-x11 package has to be installed.
  6.  
  7. The following steps are required in order to enable the plymouth bootsplash:
  8.  
  9.   * In case the KMS backend should be used and KMS is not yet enabled on your
  10.     system, add the following lines to /etc/initramfs-tools/modules:
  11.  
  12.     # for KMS with Intel graphic cards
  13.     i915 modeset=1
  14.  
  15.     # for KMS with NVidia graphic cards
  16.     nouveau modeset=1
  17.  
  18.     # for KMS with AMD (ATI) graphic cards
  19.     radeon modeset=1
  20.  
  21.     Remember to afterwards rebuild the initrd with 'update-initramfs -u' as
  22.     root.
  23.  
  24.   * Install plymouth and one or more of the themes packages.
  25.  
  26.   * Add 'splash' as boot parameter in your bootloader configuration.
  27.  
  28.   * Optionally switch to a different theme by running
  29.     plymouth-set-default-theme (and rebuilding the initrd again).
  30.  
  31.  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 06 Sep 2010 12:11:20 +0200
  32.